home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 720 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.1 KB

  1. Path: ratree.psu.ac.th!not-for-mail
  2. From: lsomchai@ratree.psu.ac.th (Somchai LIMSIRORATANA)
  3. Newsgroups: comp.lang.c++
  4. Subject: .SNP File in BCW 4.5
  5. Date: 6 Jan 1996 21:14:18 +0700
  6. Organization: The Computer Center, Prince of Songkla University, THAILAND
  7. Message-ID: <4cm03q$l8s@ratree.psu.ac.th>
  8. NNTP-Posting-Host: ratree.psu.ac.th
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Hello,
  12.     In Borland C++ 4.5, AppExpert is very useful and easy to create app.
  13. ClassExpert is a tool work with AppExpert project file (.IDE). I am very sorry
  14. which ClassExpert can't help me to create my class which derived from my class.
  15. The base class when I add a new class is fix.
  16.     I solve this problem by select some OWL class and change the source to
  17. my own base class. But, I can't change a comment before my code to the right.
  18. Example:
  19.     This is a code generate by ClassExpert.
  20.     //{{TWindow = MyWindow}}
  21.     class MyWindow : public TWidnow
  22.     {
  23.         :
  24.     };
  25. This is a new code, I want to chang MyWindow derive from MyView
  26.     //{{MyView = MyWindow}}    ** This line can't change **
  27.     class MyWindow : public MyView
  28.     {
  29.         :
  30. };
  31.     I found, ClassExpert use a .SNP file in directory expert/owl as it
  32. script to do everything eg. create new class, rescan, use class etc.
  33. But, I don't know the syntax of this script.
  34.     Does anyone know about .SNP file?
  35.     How to call .SNP file in BCW?
  36.     Can I modify these script to my own and use it from Tool menu of
  37. BCW?
  38.     I you know about this. Please let me know by e-mail to my address.
  39. I does not read news every day.
  40.  
  41. Thanks,
  42. Somchai Limsiroratana
  43.     
  44. -----------------------------------------------------------------------------
  45. # Somchai Limsiroratana             #                                       #
  46. # Computer Engineering Dept.        #                                       #
  47. # Prince of Songkla University      #                                       #
  48. # P.O. Box 2 Kohong                 #                                       #
  49. # Hatyai, Songkla                   # Tel,Fax : 66-74-212895                #
  50. # 90112    THAILAND                 # EMail : lsomchai@ratree.psu.ac.th     #
  51. -----------------------------------------------------------------------------
  52.